home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmeCreateClassDialog.z / XmeCreateClassDialog
Text File  |  1998-10-30  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg - Creates a DialogShell containing a
  10.           widget of the specified class
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/DrawP.h>
  14.           WWWWiiiiddddggggeeeetttt XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg(
  15.           WWWWiiiiddddggggeeeettttCCCCllllaaaassssssss wwwwiiiiddddggggeeeetttt____ccccllllaaaassssssss,
  16.           WWWWiiiiddddggggeeeetttt ppppaaaarrrreeeennnntttt,
  17.           SSSSttttrrrriiiinnnngggg nnnnaaaammmmeeee,
  18.           AAAArrrrggggLLLLiiiisssstttt aaaarrrrggggssss,
  19.           CCCCaaaarrrrddddiiiinnnnaaaallll aaaarrrrgggg____ccccoooouuuunnnntttt);
  20.  
  21.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  22.           This page documents Motif 2.1.
  23.  
  24.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.           XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg is a convenience function that creates
  26.           a DialogShell and then instantiates widget _w_i_d_g_e_t__c_l_a_s_s
  27.           inside the DialogShell.  XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg names the
  28.           created DialogShell _n_a_m_e__p_o_p_u_p.
  29.  
  30.           XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg forces the value of the
  31.           XXXXmmmmNNNNaaaalllllllloooowwwwSSSShhhheeeellllllllRRRReeeessssiiiizzzzeeee resource of SSSShhhheeeellllllll to True.
  32.  
  33.           Call XXXXttttMMMMaaaannnnaaaaggggeeeeCCCChhhhiiiilllldddd to pop up the created DialogShell.  You
  34.           should set the _c_h_i_l_d argument of XXXXttttMMMMaaaannnnaaaaggggeeeeCCCChhhhiiiillllddddto the WWWWiiiiddddggggeeeetttt
  35.           returned by XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg.  Call XXXXttttUUUUnnnnmmmmaaaannnnaaaaggggeeeeCCCChhhhiiiilllldddd to
  36.           pop down the DialogShell.
  37.  
  38.           XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg registers a ddddeeeessssttttrrrrooooyyyyCCCCaaaallllllllbbbbaaaacccckkkk for the
  39.           created widget so that its DialogShell parent can be
  40.           automatically destroyed.
  41.  
  42.           _w_i_d_g_e_t__c_l_a_s_s
  43.                     Specifies the widget class you want to instantiate
  44.                     as a child of the DialogShell. The specified
  45.                     _w_i_d_g_e_t__c_l_a_s_s does not have to hold the
  46.                     _X_m_Q_T_d_i_a_l_o_g_S_h_e_l_l_S_a_v_v_y trait although, typically, it
  47.                     will hold this trait.
  48.  
  49.           _p_a_r_e_n_t    Specifies the parent widget of the DialogShell.
  50.  
  51.           _n_a_m_e      Specifies the name of the created widget.
  52.  
  53.           _a_r_g_s      Specifies the argument list (_a_r_g_s) passed to the
  54.                     DialogShell and the created widget.
  55.  
  56.           _a_r_g__c_o_u_n_t Specifies the number of attribute/value pairs in
  57.                     the argument list (_a_r_g_s).
  58.  
  59.      RRRREEEETTTTUUUURRRRNNNN
  60.  
  61.  
  62.  
  63.      PPPPaaaaggggeeee 1111                                         ((((pppprrrriiiinnnntttteeeedddd 11110000////22224444////99998888))))
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmeeeeCCCCrrrreeeeaaaatttteeeeCCCCllllaaaassssssssDDDDiiiiaaaalllloooogggg((((3333XXXX))))
  71.  
  72.  
  73.  
  74.           Returns the child widget of the DialogShell.
  75.  
  76.      RRRREEEELLLLAAAATTTTEEEEDDDD
  77.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeDDDDiiiiaaaallllooooggggSSSShhhheeeellllllll(3) and XXXXttttCCCCrrrreeeeaaaatttteeeeWWWWiiiiddddggggeeeetttt(3).
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.